GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CellMatrix<T> クラス : Move メソッド |
'Declaration
Public Overridable Sub Move( _ ByVal fromRow As Integer, _ ByVal fromColumn As Integer, _ ByVal target As CellMatrix(Of T), _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
public virtual void Move( int fromRow, int fromColumn, CellMatrix<T> target, int toRow, int toColumn, int rowCount, int columnCount )